reentrant functions meaning in Chinese
可重入函数
Examples
- Use reentrant functions for safer signal handling
使用可重入函数进行更安全的信号处理 - Must not call any non - reentrant functions
绝不调用任何不可重入函数。 - Non - reentrant functions and static variables
不可重入函数和静态变量 - Non - reentrant functions cannot be used by multiple threads
不可重入的函数不能由多个线程使用。 - Must not call non - reentrant functions
绝对不调用不可重入的函数。